org.eclipse.vtp.desktop.core.configuration
Interface ConfigurationManager

All Superinterfaces:
java.lang.Cloneable
All Known Implementing Classes:
AttachedDataManager, AttachedDataManager, DefaultConfigurationManager, MediaBindingManager

public interface ConfigurationManager
extends java.lang.Cloneable


Method Summary
 java.lang.Object clone()
           
 BrandManager getBrandManager()
           
 java.lang.String getType()
           
 void readConfiguration(org.w3c.dom.Element configuration)
           
 void setBrandManager(BrandManager brandManager)
           
 void writeConfiguration(org.w3c.dom.Element configuration)
           
 

Method Detail

getBrandManager

BrandManager getBrandManager()

setBrandManager

void setBrandManager(BrandManager brandManager)

getType

java.lang.String getType()

readConfiguration

void readConfiguration(org.w3c.dom.Element configuration)

writeConfiguration

void writeConfiguration(org.w3c.dom.Element configuration)

clone

java.lang.Object clone()